about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-03-23Docs: Change "statements" to "expressions" on `match`Tang Chenglong-1/+1
2016-03-22enable question_mark feature in rustc_borrowckJorge Aparicio-0/+1
2016-03-22fix alignmentJorge Aparicio-479/+464
2016-03-22break long lineJorge Aparicio-1/+2
2016-03-22term: undo conversion of user defined try!sJorge Aparicio-15/+19
2016-03-22std: undo conversion of user defined try!sJorge Aparicio-11/+11
2016-03-22sprinkle feature gates here and thereJorge Aparicio-0/+28
2016-03-22try! -> ?Jorge Aparicio-3775/+3760
2016-03-23Annotate run-pass/backtrace with #[rustc_no_mir] on MSVC.Eduard Burtescu-0/+6
2016-03-22Auto merge of #32204 - alexcrichton:redesign-char-encoding-types, r=aturonbors-201/+195
2016-03-22Introduce 'cargotest' and the check-cargotest buildstepBrian Anderson-0/+529
2016-03-23Error recovery in the tokeniserNick Cameron-25/+58
2016-03-23Don't loop forever on error recovery with EOFNick Cameron-1/+10
2016-03-22Consider `doc(no_inline)` in crate-local inliningmitaa-11/+48
2016-03-23Simplifying some of the phrasing explaining lifetime elisionnicholasf-8/+6
2016-03-22Remove trailing whitespace at the end of linesFlorian Berger-17/+17
2016-03-22std: Change `encode_utf{8,16}` to return iteratorsAlex Crichton-201/+195
2016-03-22Add doc example to clone traitGuillaume Gomez-0/+23
2016-03-23Fix const transSeo Sanghyeon-1/+15
2016-03-22Auto merge of #32156 - pnkfelix:borrowck-on-mir-move-analysis, r=nikomatsakisbors-135/+2013
2016-03-22Add rustbuild dependency from `rustc_borrowck` upon `rustc_mir` crate.Felix S. Klock II-0/+2
2016-03-22std: Store flowinfo/scope_id in host byte orderAlex Crichton-6/+6
2016-03-22Auto merge of #32341 - frewsxcv:compiletest-enum, r=nikomatsakisbors-14/+57
2016-03-22Add test for the feature gating of nakedTicki-0/+19
2016-03-22f clarification, docsPiotr Czarnecki-2/+10
2016-03-22Auto merge of #32264 - GuillaumeGomez:lang_item, r=nikomatsakisbors-0/+22
2016-03-22Auto merge of #32388 - semarie:snapshot-openbsd, r=alexcrichtonbors-0/+1
2016-03-22Add testsTicki-1/+70
2016-03-22f Put and DerefMutPiotr Czarnecki-14/+26
2016-03-22doc: small char improvementsTshepang Lekhonkhobe-3/+3
2016-03-22Omit `pub` for inlined variant-struct fieldsmitaa-1/+37
2016-03-21Auto merge of #32253 - durka:derive-31886, r=alexcrichtonbors-1/+21
2016-03-21Add regression test for Issue 26997.Corey Farwell-0/+22
2016-03-21Auto merge of #32402 - steveklabnik:rollup, r=steveklabnikbors-10/+55
2016-03-21Refactor 'kind' extraction to use `str::split_whitespace`.Corey Farwell-6/+5
2016-03-22Fix Default for OsString/OsStrWangshan Lu-3/+3
2016-03-21Auto merge of #32062 - Marwes:unification_table_for_eq_relations, r=nikomatsakisbors-42/+183
2016-03-21f dead codePiotr Czarnecki-10/+0
2016-03-21Improve time complexity of equality relationsMarkus Westerlind-42/+183
2016-03-21Add support for naked functionsTicki-0/+22
2016-03-21std: Link to gcc_s on NetBSDAlex Crichton-1/+3
2016-03-21Auto merge of #32393 - dotdash:32389, r=eddybbors-0/+21
2016-03-21assigning a (MIR) box into an lvalue allocates heap storage that willFelix S. Klock II-1/+5
2016-03-21remove uses of `RefCell` from move data builder.Felix S. Klock II-37/+26
2016-03-21Make `fn move_path_for` take `&mut self` instead of `&self`. This is aFelix S. Klock II-36/+37
2016-03-21dont create MovePathIndex's for individual statics.Felix S. Klock II-29/+63
2016-03-21Switch newtype Index wrappers to use NonZero instead of INVALID constants.Felix S. Klock II-78/+88
2016-03-21factor the wrapped Index newtype definitions into a macro.Felix S. Klock II-28/+22
2016-03-21Add `fn clear_bit` method on BitSlice trait for setting a bit to zero.Felix S. Klock II-82/+111
2016-03-21scaffolding for borrowck on MIR.Felix S. Klock II-30/+1776