index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2018-04-21
Revert stabilization of `feature(never_type)`.
Felix S. Klock II
-0
/
+1
2018-03-29
Stabilize underscore lifetimes
Taylor Cramer
-1
/
+1
2018-03-28
Stabilize match_default_bindings
Taylor Cramer
-1
/
+1
2018-03-26
Stabilize i128 feature too
Mark Mansi
-2
/
+1
2018-03-26
Stabilize i128_type
Mark Mansi
-1
/
+1
2018-03-26
Stabilize conservative_impl_trait
Taylor Cramer
-1
/
+1
2018-03-26
Stabilize universal_impl_trait
Taylor Cramer
-1
/
+1
2018-03-23
Stabilize the copy_closures and clone_closures features
Simon Sapin
-1
/
+1
2018-03-21
work around fallout from these changes in rustc
Niko Matsakis
-0
/
+1
2018-03-15
Keep the fields of RangeInclusive unstable.
kennytm
-0
/
+1
2018-03-15
Stabilize `inclusive_range_syntax` language feature.
kennytm
-1
/
+1
2018-03-15
Stabilize `inclusive_range` library feature.
kennytm
-1
/
+0
2018-03-14
stabilise feature(never_type)
Andrew Cann
-1
/
+1
2018-03-13
add `canonicalize` method to `InferCtxt` [VIC]
Niko Matsakis
-1
/
+1
2018-03-13
improve TypeFoldable/Lift macros and make a bunch of stuff use them
Niko Matsakis
-0
/
+1
2018-03-08
Add a variant to ConstVal for storing miri results
Oliver Schneider
-0
/
+1
2018-03-02
Remove allow(bare_trait_object) from librustc
Manish Goregaokar
-2
/
+0
2018-02-28
Rollup merge of #48461 - Manishearth:epoch-dyn-trait, r=nmatsakis
Manish Goregaokar
-0
/
+2
2018-02-28
Rollup merge of #48479 - mark-i-m:rustc-guide, r=nikomatsakis
kennytm
-2
/
+3
2018-02-25
Change links to readmes
Mark Mansi
-2
/
+3
2018-02-23
Rollup merge of #47933 - Zoxc:plugin-panics, r=nikomatsakis
Manish Goregaokar
-0
/
+3
2018-02-23
Lint bare traits
Manish Goregaokar
-0
/
+2
2018-02-23
Auto merge of #48052 - eddyb:deggregate, r=nikomatsakis
bors
-0
/
+1
2018-02-20
Do not run the default panic hook inside procedural macros. Fixes #47812
John Kåre Alsaker
-0
/
+3
2018-02-20
stage0 cfg cleanup
Mark Simulacrum
-1
/
+0
2018-02-20
rustc_mir: optimize the deaggregator's expansion of statements.
Eduard-Mihai Burtescu
-0
/
+1
2018-02-05
Add -Zepoch
Manish Goregaokar
-0
/
+1
2018-02-01
Auto merge of #47738 - nikomatsakis:issue-47139-master, r=arielb1
bors
-0
/
+1
2018-01-30
make `overlapping_impls` call closures instead of returning
Niko Matsakis
-0
/
+1
2018-01-16
Implement repr(transparent)
Robin Kruppe
-0
/
+1
2018-01-10
Use the new fs_read_write functions in rustc internals
Matt Brubeck
-0
/
+1
2018-01-04
rustc: Don't use relative paths for extended errors
Alex Crichton
-0
/
+1
2017-12-20
Move MirVisitable to visit.rs
Santiago Pastorino
-0
/
+1
2017-12-18
Refactor paths to middle::trans to mir::mono
Maik Klein
-1
/
+0
2017-12-17
Add sync module to rustc_data_structures
John Kåre Alsaker
-1
/
+0
2017-12-14
Move mir validation out of tree
Oliver Schneider
-1
/
+0
2017-12-12
Move large chunks of miri from rustc::mir::interpret to rustc_mir::interpret
Oliver Schneider
-3
/
+0
2017-12-06
Update miri to rustc changes
Oliver Schneider
-5
/
+14
2017-09-29
Adjust imports to librustc::mir::interpret
Oliver Schneider
-0
/
+8
2017-09-24
move unsafety checking to MIR
Ariel Ben-Yehuda
-1
/
+0
2017-09-19
rework the README.md for rustc and add other readmes
Niko Matsakis
-1
/
+22
2017-09-18
Auto merge of #44441 - tamird:cargo-bitflags, r=alexcrichton
bors
-1
/
+1
2017-09-17
Remove rustc_bitflags; use the bitflags crate
Tamir Duberstein
-1
/
+1
2017-09-17
rustc: Make trans collect/partition a query
Alex Crichton
-0
/
+1
2017-09-17
rustc: Calculate `ExportedSymbols` in a query
Alex Crichton
-0
/
+1
2017-09-16
change #![feature(const_fn)] to specific gates
Alex Burka
-1
/
+3
2017-09-02
stabilize mem::discriminant (closes #24263)
Alex Burka
-2
/
+0
2017-08-27
Add missing dependency for Windows
Tatsuyuki Ishi
-0
/
+3
2017-08-27
Move unused-extern-crate to late pass
Tatsuyuki Ishi
-2
/
+2
2017-08-25
*: remove crate_{name,type} attributes
Tamir Duberstein
-3
/
+0
[next]