summary refs log tree commit diff
path: root/src/librustc_borrowck/lib.rs
AgeCommit message (Expand)AuthorLines
2017-08-27Move unused-extern-crate to late passTatsuyuki Ishi-2/+0
2017-08-25*: remove crate_{name,type} attributesTamir Duberstein-3/+0
2017-08-19rustc: Remove some dead codeVadim Petrochenkov-2/+1
2017-07-25Bump master to 1.21.0Alex Crichton-2/+0
2017-07-06remove associated_consts feature gateSean McArthur-1/+2
2017-06-28Shift mir-dataflow from `rustc_borrowck` to `rustc_mir` crate.Felix S. Klock II-2/+1
2017-06-19Bump version and stage0 compilerAlex Crichton-4/+0
2017-05-11rustc: Remove #![unstable] annotationAlex Crichton-3/+5
2017-04-04push `borrowck` into its own taskNiko Matsakis-0/+2
2016-12-29Remove not(stage0) from deny(warnings)Alex Crichton-1/+1
2016-11-30Update the bootstrap compilerAlex Crichton-2/+0
2016-11-03Stabilize `..` in tuple (struct) patternsVadim Petrochenkov-1/+1
2016-10-12Rollup merge of #36995 - nrc:stable, r=@nikomatsakisAlex Crichton-1/+1
2016-10-12Stabilise `?`Nick Cameron-1/+1
2016-10-10Move IdxSetBuf and BitSlice to rustc_data_structuresWesley Wiser-2/+0
2016-09-04Replace `_, _, _` with `..`Vadim Petrochenkov-0/+1
2016-06-23Move errors from libsyntax to its own crateJonathan Turner-0/+2
2016-06-09introduce the type-safe IdxVec and use it instead of loose indexesAriel Ben-Yehuda-0/+1
2016-06-03implement drop elaborationAriel Ben-Yehuda-1/+1
2016-05-23add `indexed_set` mod for typed wrappers around bitarrays representing sets.Felix S. Klock II-0/+1
2016-04-06rustc: move rustc_front to rustc::hir.Eduard Burtescu-1/+0
2016-03-31librustc_borrowck: use bug!(), span_bug!()Benjamin Herr-0/+1
2016-03-22enable question_mark feature in rustc_borrowckJorge Aparicio-0/+1
2016-03-21Switch newtype Index wrappers to use NonZero instead of INVALID constants.Felix S. Klock II-0/+2
2016-03-21scaffolding for borrowck on MIR.Felix S. Klock II-1/+3
2016-01-24mk: Move from `-D warnings` to `#![deny(warnings)]`Alex Crichton-0/+1
2016-01-16std: Stabilize APIs for the 1.7 releaseAlex Crichton-1/+0
2015-12-21Register new snapshotsAlex Crichton-3/+0
2015-12-03Make public borrowck api more accessibleFlorian Hahn-1/+1
2015-11-25Remove all uses of `#[staged_api]`Vadim Petrochenkov-1/+1
2015-09-03Add an intital HIR and lowering stepNick Cameron-0/+1
2015-08-15Add issue for the rustc_private feature everywhereAlex Crichton-1/+1
2015-08-09Use https URLs to refer to rust-lang.org where appropriate.Eli Friedman-2/+2
2015-05-27Remove #[cfg(stage0)] items.Eduard Burtescu-3/+0
2015-05-15libs: Move favicon URLs to HTTPSAlex Crichton-1/+1
2015-04-30Auto merge of #24884 - michaelsproul:extended-errors, r=nrcbors-0/+5
2015-04-30Add metadata output to the diagnostics system.Michael Sproul-0/+5
2015-04-28Register new snapshotsTamir Duberstein-1/+0
2015-04-10Improve error message where a closure escapes fn while trying to borrowNiko Matsakis-0/+4
2015-03-27Test fixes and rebase conflicts, round 1Alex Crichton-1/+0
2015-03-27rollup merge of #23741: alexcrichton/remove-int-uintAlex Crichton-1/+0
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-1/+0
2015-03-26Register new snapshotsAlex Crichton-1/+1
2015-03-23Add generic conversion traitsAaron Turon-0/+1
2015-03-05fix for new attributes failing. issue #22964awlnx-0/+2
2015-02-18std: Stabilize the `hash` moduleAlex Crichton-1/+0
2015-01-30Test fixes and rebase conflictsAlex Crichton-8/+7
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-0/+1
2015-01-23Set unstable feature names appropriatelyBrian Anderson-2/+4
2015-01-22Put #[staged_api] behind the 'staged_api' gateBrian Anderson-0/+1