rust/src/librustc/middle
bors 5d5c20647f auto merge of #15377 : alexcrichton/rust/rollup, r=alexcrichton
Closes #15276 (Guide: if)
Closes #15280 (std::os - Add join_paths, make setenv non-utf8 capable)
Closes #15314 (Guide: functions)
Closes #15327 (Simplify PatIdent to contain an Ident rather than a Path)
Closes #15340 (Guide: add mutable binding section)
Closes #15342 (Fix ICE with nested macro_rules!-style macros)
Closes #15350 (Remove duplicated slash in install script path)
Closes #15351 (correct a few spelling mistakes in the tutorial)
Closes #15352 (librustc: Have the kind checker check sub-bounds in trait casts.)
Closes #15359 (Fix spelling errors.)
Closes #15361 (Rename set_broadast() to set_broadcast().)
Closes #15366 (Simplify creating a parser from a token tree)
Closes #15367 (Add examples for StrVector methods)
Closes #15372 (Vec::grow should use reserve_additional, Vec::reserve should check against capacity)
Closes #15373 (Fix minor issues in the documentation of libtime.)
2014-07-03 21:46:47 +00:00
..
borrowck Simplify PatIdent to contain an Ident rather than a Path 2014-07-03 12:54:51 -07:00
cfg middle::cfg code cleanup. 2014-06-18 16:41:52 +02:00
save Fix spelling errors. 2014-07-03 12:54:51 -07:00
trans auto merge of #15377 : alexcrichton/rust/rollup, r=alexcrichton 2014-07-03 21:46:47 +00:00
typeck Fix spelling errors. 2014-07-03 12:54:51 -07:00
astencode.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
check_const.rs
check_loop.rs
check_match.rs Improve code reuse between trans/_match.rs and check_match.rs 2014-07-03 09:17:47 +02:00
check_static.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
const_eval.rs Fix #15129 2014-06-24 17:22:48 -07:00
dataflow.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
dead.rs Simplify PatIdent to contain an Ident rather than a Path 2014-07-03 12:54:51 -07:00
def.rs Introduce VecPerParamSpace and use it to represent sets of types and 2014-06-13 13:20:24 -04:00
dependency_format.rs
effect.rs
entry.rs
expr_use_visitor.rs librustc: Fix expr_use_visitor (and, transitively, the borrow check) 2014-07-01 14:32:57 -07:00
freevars.rs
graph.rs Revise dataflow to do a cfg-driven walk. 2014-06-18 16:38:23 +02:00
intrinsicck.rs librustc: Forbid transmute from being called on types whose size is 2014-06-13 13:53:55 -07:00
kind.rs librustc: Have the kind checker check sub-bounds in trait casts. 2014-07-03 12:54:51 -07:00
lang_items.rs Improve code reuse between trans/_match.rs and check_match.rs 2014-07-03 09:17:47 +02:00
liveness.rs Simplify PatIdent to contain an Ident rather than a Path 2014-07-03 12:54:51 -07:00
mem_categorization.rs Fix spelling errors. 2014-07-03 12:54:51 -07:00
pat_util.rs Simplify PatIdent to contain an Ident rather than a Path 2014-07-03 12:54:51 -07:00
privacy.rs Fix spelling errors. 2014-07-03 12:54:51 -07:00
reachable.rs librustc: Make addresses of immutable statics insignificant unless 2014-06-17 11:44:00 -07:00
region.rs
resolve_lifetime.rs librustc: Fix the issue with labels shadowing variable names by making 2014-06-13 13:53:34 -07:00
resolve.rs Simplify PatIdent to contain an Ident rather than a Path 2014-07-03 12:54:51 -07:00
stability.rs rustdoc: incorporate stability index throughout 2014-06-30 22:36:24 -07:00
subst.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
ty_fold.rs RegionFolder should only invoke callback on free regions. 2014-06-22 06:19:56 +02:00
ty.rs Simplify PatIdent to contain an Ident rather than a Path 2014-07-03 12:54:51 -07:00
weak_lang_items.rs