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
/
test
/
run-pass
/
auxiliary
Age
Commit message (
Expand
)
Author
Lines
2017-08-12
Check #[thread_local] statics correctly in the compiler.
Eduard-Mihai Burtescu
-4
/
+7
2017-07-08
Remove more anonymous trait method parameters
Vadim Petrochenkov
-2
/
+2
2017-07-06
remove associated_consts feature gate
Sean McArthur
-1
/
+0
2017-07-05
Switch to rust-lang-nursery/compiler-builtins
Alex Crichton
-15
/
+0
2017-06-21
Integrate jobserver support to parallel codegen
Alex Crichton
-1
/
+3
2017-06-20
Switch to the crates.io `getopts` crate
Alex Crichton
-7
/
+14
2017-05-17
Refactor: Move the mutable parts out of LintStore. Fix #42007.
kennytm
-0
/
+14
2017-04-23
rustc_const_eval: support all unit enum variants.
Eduard-Mihai Burtescu
-0
/
+26
2017-04-15
Specialize Vec::from_elem<u8> to use calloc or memset
Matt Brubeck
-0
/
+5
2017-04-04
cstore: return an immutable borrow from `visible_parent_map`
Ariel Ben-Yehuda
-0
/
+11
2017-03-24
update LLVM with fix for PR32379
Ariel Ben-Yehuda
-0
/
+15
2017-03-17
Fix regression when `include!()`ing a `macro_rules!` containing a `$crate::` ...
Jeffrey Seyfried
-0
/
+11
2017-02-25
Rollup merge of #40064 - arielb1:virtual-enum, r=nikomatsakis
Eduard-Mihai Burtescu
-0
/
+17
2017-02-23
Add tests for lib defaults
Peter Wagenet
-0
/
+15
2017-02-23
trans: don't ICE when trying to create ADT trans-items
Ariel Ben-Yehuda
-0
/
+17
2017-01-30
Merge ty::TyBox into ty::TyAdt
Vadim Petrochenkov
-1
/
+1
2017-01-18
Add regression test for debuginfo + LTO
Michael Woerister
-1
/
+40
2017-01-04
Fix regression with duplicate `#[macro_export] macro_rules!`.
Jeffrey Seyfried
-0
/
+15
2016-12-29
Change --crate-type metadata to --emit=metadata
Nick Cameron
-1
/
+2
2016-12-17
Auto merge of #38205 - jseyfried:fix_module_directory_regression, r=eddyb
bors
-0
/
+12
2016-12-08
Extend middle::reachable to also consider provided trait methods.
Michael Woerister
-0
/
+33
2016-12-07
macros: fix the expected paths for a non-inline module matched by an `item` f...
Jeffrey Seyfried
-0
/
+12
2016-12-06
Auto merge of #37973 - vadimcn:dllimport, r=alexcrichton
bors
-6
/
+3
2016-12-01
Remove the "linked_from" feature.
Vadim Chugunov
-3
/
+0
2016-12-01
Fix rust_test_helpers linkage.
Vadim Chugunov
-3
/
+3
2016-11-30
Add tests.
Jeffrey Seyfried
-2
/
+2
2016-11-28
Refactor TyTrait to contain a interned ExistentialPredicate slice.
Mark-Simulacrum
-1
/
+1
2016-11-23
Rebasing and review changes
Nick Cameron
-0
/
+36
2016-11-16
rustc: Implement #[link(cfg(..))] and crt-static
Alex Crichton
-0
/
+31
2016-11-08
Partially stabilize RFC 1506 "Clarify relationships between ADTs"
Vadim Petrochenkov
-2
/
+0
2016-11-03
use DefId's in const eval for cross-crate const fn's
Tim Neumann
-0
/
+18
2016-10-20
test - Add missing ! to crate_type/crate_id attributes
John Hodge
-2
/
+2
2016-10-12
tests for `#[may_dangle]` attribute.
Felix S. Klock II
-0
/
+61
2016-09-20
rustc: don't recurse through nested items in decoded HIR fragments.
Eduard Burtescu
-2
/
+1
2016-09-13
TypeIdHasher: Let projections be hashed implicitly by the visitor.
Michael Woerister
-0
/
+10
2016-09-08
Refactor `TyStruct`/`TyEnum`/`TyUnion` into `TyAdt`
Vadim Petrochenkov
-2
/
+2
2016-08-24
Remove drop flags from structs and enums implementing Drop.
Eduard Burtescu
-3
/
+0
2016-08-13
Remove restrictions from tuple structs/variants
Vadim Petrochenkov
-0
/
+4
2016-08-06
Rewrite TypeId computation to not miss anything and work cross-crate.
Eduard Burtescu
-18
/
+22
2016-07-31
Don't gate methods `Fn(Mut,Once)::call(mut,once)` with feature `unboxed_closu...
Vadim Petrochenkov
-3
/
+0
2016-07-12
tyencode: Make sure that projection bounds are handled in stable order.
Michael Woerister
-0
/
+30
2016-07-05
Just pass in NodeId to FunctionContext::new instead of looking it up.
Luqman Aden
-0
/
+26
2016-05-06
s/aux/auxiliary, because windows
Niko Matsakis
-0
/
+4753
[prev]