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
2019-04-23
Stabilize futures_api
Taylor Cramer
-2
/
+0
2019-04-08
Rename Waker::new_unchecked to Waker::from_raw
Taylor Cramer
-1
/
+1
2019-04-08
Add Waker::wake_by_ref and make Waker::wake consume the Waker
Taylor Cramer
-7
/
+17
2019-04-05
Future-proof the Futures API
Taylor Cramer
-7
/
+7
2019-03-14
Moved issue tests to subdirs and normalised names.
Alexander Regueiro
-0
/
+0
2019-02-12
Merging master
Matthias Einwag
-3
/
+3
2019-02-10
tests: doc comments
Alexander Regueiro
-3
/
+3
2019-02-06
Change RawWaker constructor to const fn
Matthias Einwag
-8
/
+2
2019-02-05
Move ArcWake in common test file.
Matthias Einwag
-0
/
+62
2018-12-25
Remove licenses
Mark Rousskov
-360
/
+0
2018-12-19
FIXME(31702) remove fixme, move auxiliaries to the right place and fix hr_lif...
Niv Kaminer
-56
/
+0
2018-12-11
std: Depend directly on crates.io crates
Alex Crichton
-3
/
+3
2018-11-30
tests: use `force-host` and `no-prefer-dynamic` in all proc_macro tests.
Eduard-Mihai Burtescu
-0
/
+3
2018-11-30
tests: move all proc_macro tests from -fulldeps.
Eduard-Mihai Burtescu
-0
/
+121
2018-09-06
Move a bunch of auxiliary support files into `ui/run-pass/**/auxiliary`.
Felix S. Klock II
-4061
/
+0
2018-08-31
Restrict most uses of `const_fn` to `min_const_fn`
Oliver Schneider
-2
/
+2
2018-08-22
Remove Ty prefix from Ty{Bool|Char|Int|Uint|Float|Str}
varkor
-6
/
+6
2018-08-22
Remove Ty prefix from Ty{Foreign|Param}
varkor
-1
/
+1
2018-08-22
Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu...
varkor
-9
/
+9
2018-08-20
Removed `raw_identifiers` feature gate.
Alexander Regueiro
-2
/
+0
2018-08-17
Stabilize `use_extern_macros`
Vadim Petrochenkov
-1
/
+0
2018-08-05
Fix 2018 edition tests
varkor
-2
/
+0
2018-08-05
Fix run-pass-fulldeps tests
varkor
-7
/
+1
2018-08-05
Convert unknown_features lint into an error
varkor
-4
/
+0
2018-07-29
resolve: Modularize crate-local `#[macro_export] macro_rules`
Vadim Petrochenkov
-0
/
+18
2018-06-30
Fixed bug with miri const evaluation where allocation is recursively borrowed.
Alexander Regueiro
-0
/
+11
2018-06-26
add edition compiletest header + fix tests
mark
-2
/
+2
2018-05-30
Prohibit duplicate `macro_export`s
Vadim Petrochenkov
-0
/
+15
2018-05-20
resolve: Don't add unnecessary import candidates for `prefix::{self}` imports
Vadim Petrochenkov
-0
/
+16
2018-05-17
Remove the `proc` keyword again
Vadim Petrochenkov
-54
/
+0
2018-05-17
Add tests
Vadim Petrochenkov
-0
/
+130
2018-05-01
Remove `macro_reexport`
Vadim Petrochenkov
-47
/
+0
2018-04-28
Make `trait_of_item` return None for non associated items
Shotaro Yamada
-0
/
+16
2018-04-19
rustc: Whitelist upstream target_features
Alex Crichton
-0
/
+15
2018-04-11
Implementation of `#[repr(packed(n))]` RFC 1399.
Cameron Hart
-1
/
+17
2018-04-05
Stabilize attributes on generic parameters
Vadim Petrochenkov
-1
/
+0
2018-03-07
check stability of macro invocations
Austin Bonander
-0
/
+16
2018-02-07
add tests for macro trailing commas
Michael Lamparski
-0
/
+11
2018-01-26
Shorten another test path for MSVC
Alex Crichton
-0
/
+0
2017-12-30
Add trailing newlines to files which have no trailing newlines.
kennytm
-1
/
+1
2017-12-08
Remove some svh-tests from run-pass.
Michael Woerister
-220
/
+0
2017-11-26
Stabilize const-calling existing const-fns in std
Simon Sapin
-3
/
+0
2017-11-19
std: Add a new wasm32-unknown-unknown target
Alex Crichton
-5
/
+2
2017-10-15
rustc: Fix some ThinLTO internalization
Alex Crichton
-17
/
+0
2017-10-07
rustc: Implement ThinLTO
Alex Crichton
-0
/
+17
2017-09-16
change #![feature(const_fn)] to specific gates
Alex Burka
-2
/
+3
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
[next]