rust/src/librustc/middle
Alex Crichton a7bee7b05d Add a crate for missing stubs from libcore
The core library in theory has 0 dependencies, but in practice it has some in
order for it to be efficient. These dependencies are in the form of the basic
memory operations provided by libc traditionally, such as memset, memcmp, etc.
These functions are trivial to implement and themselves have 0 dependencies.

This commit adds a new crate, librlibc, which will serve the purpose of
providing these dependencies. The crate is never linked to by default, but is
available to be linked to by downstream consumers. Normally these functions are
provided by the system libc, but in other freestanding contexts a libc may not
be available. In these cases, librlibc will suffice for enabling execution with
libcore.

cc #10116
2014-05-15 13:50:37 -07:00
..
borrowck Removed unnecessary arguments for walk_* functions 2014-05-14 02:20:25 -04:00
cfg
trans Add a crate for missing stubs from libcore 2014-05-15 13:50:37 -07:00
typeck Allow blocks in const expressions 2014-05-13 17:24:07 -07:00
astencode.rs librustc: Remove all uses of ~str from librustc. 2014-05-12 11:28:57 -07:00
check_const.rs Allow blocks in const expressions 2014-05-13 17:24:07 -07:00
check_loop.rs
check_match.rs Removed unnecessary arguments for walk_* functions 2014-05-14 02:20:25 -04:00
check_static.rs librustc: Remove all uses of ~str from librustc. 2014-05-12 11:28:57 -07:00
const_eval.rs Allow blocks in const expressions 2014-05-13 17:24:07 -07:00
dataflow.rs librustc: Remove all uses of ~str from librustc. 2014-05-12 11:28:57 -07:00
dead.rs librustc: Remove all uses of ~str from librustc. 2014-05-12 11:28:57 -07:00
dependency_format.rs Reorganise driver code. 2014-05-11 11:08:01 +12:00
effect.rs Removed unnecessary arguments for walk_* functions 2014-05-14 02:20:25 -04:00
entry.rs Reorganise driver code. 2014-05-11 11:08:01 +12:00
expr_use_visitor.rs
freevars.rs Removed unnecessary arguments for walk_* functions 2014-05-14 02:20:25 -04:00
graph.rs
kind.rs Removed unnecessary arguments for walk_* functions 2014-05-14 02:20:25 -04:00
lang_items.rs librustc: Remove all uses of ~str from librustc. 2014-05-12 11:28:57 -07:00
lint.rs Add a crate for missing stubs from libcore 2014-05-15 13:50:37 -07:00
liveness.rs Removed unnecessary arguments for walk_* functions 2014-05-14 02:20:25 -04:00
mem_categorization.rs librustc: Remove all uses of ~str from librustc. 2014-05-12 11:28:57 -07:00
pat_util.rs
privacy.rs Removed unnecessary arguments for walk_* functions 2014-05-14 02:20:25 -04:00
reachable.rs Reorganise driver code. 2014-05-11 11:08:01 +12:00
region.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
resolve_lifetime.rs Removed unnecessary arguments for walk_* functions 2014-05-14 02:20:25 -04:00
resolve.rs rustc: Improve error messages for resolve failures. 2014-05-14 19:18:18 +01:00
subst.rs Factor out foldable better to reduce code duplication. There is now a "double 2014-05-12 17:46:26 -04:00
ty_fold.rs Factor out foldable better to reduce code duplication. There is now a "double 2014-05-12 17:46:26 -04:00
ty.rs auto merge of #14158 : nikomatsakis/rust/issue-5527-refactor-foldable, r=pcwalton 2014-05-13 08:57:33 -07:00