rust/src/librustc/middle
Alex Crichton 2c3bf8836f Merge conflicts from the rollup
Closes #14480 (vim: Add :RustRun and associated commands)
Closes #14917 (Deprecate free-standing endian conversions in favor of methods on Int. Merge Bitwise into Int and add more bit operations.)
Closes #14981 (librustc: Use expr_ty_adjusted in trans_overloaded_call.)
Closes #14989 (std::task - Revamp TaskBuilder API)
Closes #14997 (Reject double moves out of array elements)
Closes #14998 (Vim: highlight escapes for byte literals.)
Closes #15002 (Fix FIXME #5275)
Closes #15004 (Fix #14865)
Closes #15007 (debuginfo: Add test case for issue #14411.)
Closes #15012 ((doc) Change search placeholder text.)
Closes #15013 (Update compiler-rt.)
Closes #15017 (Deprecate the bytes!() macro.)
2014-06-18 17:23:03 -07:00
..
borrowck Merge conflicts from the rollup 2014-06-18 17:23:03 -07:00
cfg middle::cfg code cleanup. 2014-06-18 16:41:52 +02:00
save rustc: Improve span for error about using a method as a field. 2014-06-16 18:15:54 -07:00
trans Deprecate the bytes!() macro. 2014-06-18 17:02:22 -07:00
typeck auto merge of #14854 : jakub-/rust/issue-10991, r=pcwalton 2014-06-18 20:51:46 +00:00
astencode.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
check_const.rs rustc: Move the AST from @T to Gc<T> 2014-06-11 09:51:37 -07:00
check_loop.rs rustc: Move the AST from @T to Gc<T> 2014-06-11 09:51:37 -07:00
check_match.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
check_static.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
const_eval.rs Add a b"xx" byte string literal of type &'static [u8]. 2014-06-17 23:43:18 +02:00
dataflow.rs Ensure dataflow of a proc never looks at blocks from closed-over context. 2014-06-18 16:41:53 +02:00
dead.rs rustc: Improve span for error about using a method as a field. 2014-06-16 18:15:54 -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 Fallout from the libcollections movement 2014-06-05 13:55:11 -07:00
effect.rs rustc: Move the AST from @T to Gc<T> 2014-06-11 09:51:37 -07:00
entry.rs Rename Iterator::len to count 2014-06-06 19:51:31 -07:00
expr_use_visitor.rs Revise dataflow to do a cfg-driven walk. 2014-06-18 16:38:23 +02:00
freevars.rs Move Def out of syntax crate, where it does not belong 2014-06-06 19:51:23 -04:00
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 Remove TraitStore from ty_trait 2014-06-18 10:30:33 +12:00
lang_items.rs librustc: Implement overloading for the call operator behind a feature 2014-06-09 12:39:17 -07:00
lint.rs auto merge of #14880 : SimonSapin/rust/byte-literals, r=alexcrichton 2014-06-18 02:06:37 +00:00
liveness.rs Fix FIXME #5275 2014-06-18 17:01:56 -07:00
mem_categorization.rs Ensure dataflow of a proc never looks at blocks from closed-over context. 2014-06-18 16:41:53 +02:00
pat_util.rs Move Def out of syntax crate, where it does not belong 2014-06-06 19:51:23 -04:00
privacy.rs rustc: Don't mark type parameters as exported 2014-06-16 18:16:28 -07:00
reachable.rs librustc: Make addresses of immutable statics insignificant unless 2014-06-17 11:44:00 -07:00
region.rs rustc: Move the AST from @T to Gc<T> 2014-06-11 09:51:37 -07:00
resolve.rs rustc: reduce redundant resolve errors. 2014-06-18 01:19:22 +01:00
resolve_lifetime.rs librustc: Fix the issue with labels shadowing variable names by making 2014-06-13 13:53:34 -07:00
subst.rs Introduce VecPerParamSpace and use it to represent sets of types and 2014-06-13 13:20:24 -04:00
ty.rs Remove TraitStore from ty_trait 2014-06-18 10:30:33 +12:00
ty_fold.rs Remove TraitStore from ty_trait 2014-06-18 10:30:33 +12:00
weak_lang_items.rs Fallout from the libcollections movement 2014-06-05 13:55:11 -07:00