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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2019-08-08
Use associated_type_bounds where applicable - closes #61738
Ilija Tovilo
-0
/
+1
2019-08-02
librustc: Unconfigure tests during normal build
Vadim Petrochenkov
-13
/
+3
2019-07-28
Deny `unused_lifetimes` through rustbuild
Vadim Petrochenkov
-2
/
+0
2019-07-28
Remove lint annotations in specific crates that are already enforced by rustb...
Vadim Petrochenkov
-3
/
+1
2019-07-25
Rollup merge of #62735 - petrochenkov:galloc, r=alexcrichton
Mazdak Farrokhzad
-1
/
+0
2019-07-24
Merge `rustc_allocator` into `libsyntax_ext`
Vadim Petrochenkov
-1
/
+0
2019-07-23
cleanup: Remove `extern crate serialize as rustc_serialize`s
Vadim Petrochenkov
-8
/
+0
2019-07-13
Make `newtype_index` hygienic and use allow_internal_unstable
Matthew Jasper
-2
/
+0
2019-07-07
Remove some dummy dependencies
John Kåre Alsaker
-4
/
+2
2019-07-07
rustc: Remove `dylib` crate type from most rustc crates
Alex Crichton
-1
/
+0
2019-07-05
Rollup merge of #61545 - flip1995:internal_lints, r=oli-obk
Mazdak Farrokhzad
-1
/
+0
2019-07-04
Rollup merge of #62249 - czipperz:use-mem-take-instead-of-replace-default, r=...
Mazdak Farrokhzad
-0
/
+1
2019-07-01
Enable mem_take feature in relevant crates
Chris Gregory
-0
/
+1
2019-07-01
rustc: use a separate copy of P for HIR than for AST.
Eduard-Mihai Burtescu
-0
/
+2
2019-06-24
Enable internal lints in bootstrap
flip1995
-1
/
+0
2019-06-22
Deny explicit_outlives_requirements in the compiler
Matthew Jasper
-1
/
+0
2019-06-11
rustc: deny(unused_lifetimes).
Eduard-Mihai Burtescu
-0
/
+1
2019-04-25
Introduce hir::ExprKind::Use and employ in for loop desugaring.
Mazdak Farrokhzad
-0
/
+1
2019-04-18
Auto merge of #60025 - JohnTitor:rename-files, r=petrochenkov
bors
-1
/
+1
2019-04-17
Rename modules
Yuki OKUSHI
-1
/
+1
2019-04-17
Deny `internal` in stage0
Mateusz Mikuła
-1
/
+1
2019-04-05
Make ArenaAllocatable a marker trait to allow overlapping impls and use speci...
John Kåre Alsaker
-0
/
+1
2019-04-05
Introduce an arena type which may be used to allocate a list of types with de...
John Kåre Alsaker
-0
/
+2
2019-04-03
Deny internal lints in librustc
flip1995
-0
/
+1
2019-03-31
Stabilize refcell_replace_swap feature, closes #43570
Jean-Marie Comets
-1
/
+0
2019-03-27
Use Ranges for vars_since_snapshot
varkor
-0
/
+1
2019-03-18
Define queries using a proc macro
John Kåre Alsaker
-0
/
+6
2019-03-15
rustc: streamline the Print/fmt::Display impls in ppaux and move them to ty::...
Eduard-Mihai Burtescu
-1
/
+0
2019-03-15
rustc: make util::ppaux private.
Eduard-Mihai Burtescu
-1
/
+1
2019-03-15
rustc: move the formatter into ty::print::PrintCx.
Eduard-Mihai Burtescu
-0
/
+1
2019-03-10
Replace TimeLine with SelfProfiler
Wesley Wiser
-1
/
+0
2019-03-05
Make rustc_macro a Rust 2018 crate
John Kåre Alsaker
-9
/
+2
2019-03-05
Create a derive macro for HashStable
John Kåre Alsaker
-0
/
+1
2019-02-25
librustc: deny(elided_lifetimes_in_paths)
Mazdak Farrokhzad
-2
/
+0
2019-02-16
Rollup merge of #58074 - scottmcm:stabilize-sort_by_cached_key, r=SimonSapin
kennytm
-1
/
+0
2019-02-12
Stabilize slice_sort_by_cached_key
Scott McMurray
-1
/
+0
2019-02-13
Rename rustc_errors dependency in rust 2018 crates
Taiki Endo
-2
/
+0
2019-02-07
Remove images' url to make it work even without internet connection
Guillaume Gomez
-3
/
+1
2019-02-05
move librustc to 2018
Mark Mansi
-25
/
+13
2019-01-28
Use multiple threads by default. Limits tests to one thread. Do some renaming.
John Kåre Alsaker
-0
/
+1
2019-01-24
Remove quote_*! macros and associated APIs
Mark Simulacrum
-1
/
+0
2019-01-13
stabilize transpose_result in 1.33
Mazdak Farrokhzad
-1
/
+0
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-17
Tweak query code for performance
John Kåre Alsaker
-0
/
+2
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
2018-11-29
Rollup merge of #56257 - mark-i-m:rustc-guide-links, r=nikomatsakis
Guillaume Gomez
-1
/
+1
2018-11-27
remove uses of feature gate
Mark Mansi
-1
/
+0
2018-11-26
rustc-guide has moved
Mark Mansi
-1
/
+1
2018-10-31
Bump nightly to 1.32.0
Alex Crichton
-2
/
+0
2018-10-19
Stabilize impl_header_lifetime_elision in 2015
Scott McMurray
-1
/
+1
[next]