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
Age
Commit message (
Expand
)
Author
Lines
2018-11-30
arena: speed up TypedArena::clear
ljedrz
-3
/
+12
2018-11-30
Add the edition guide to doc.rust-lang.org
Steve Klabnik
-0
/
+1
2018-11-30
update nomicon
Steve Klabnik
-0
/
+0
2018-11-30
Refer to the second borrow as the "second borrow".
Daan de Graaf
-11
/
+30
2018-11-30
Update existing tests with more precise error messages
varkor
-76
/
+102
2018-11-30
Add precise_pointer_size_matching feature
varkor
-2
/
+42
2018-11-30
Stabilise exhaustive_integer_patterns
varkor
-23
/
+19
2018-11-30
Fix rebase fallout
Oliver Scherer
-1
/
+1
2018-11-30
Test float assign ops
Oliver Scherer
-0
/
+279
2018-11-30
Add trailing newline
Oliver Scherer
-1
/
+1
2018-11-30
Re-add accidentally deleted test
Oliver Scherer
-0
/
+16
2018-11-30
Remove unused feature gate from `libcore`
Oliver Scherer
-1
/
+0
2018-11-30
Fix a compile-fail test
Oliver Scherer
-1
/
+1
2018-11-30
Improve the diagnostic message
Oliver Scherer
-72
/
+61
2018-11-30
Reenable `const_let` feature gate
Oliver Scherer
-395
/
+871
2018-11-30
Add a test for single variant matches
Oliver Scherer
-2
/
+23
2018-11-30
Improve the error around short circuiting and let bindings
Oliver Scherer
-7
/
+61
2018-11-30
Show auto-applicable correction warning for short circuiting in constants
Oliver Scherer
-0
/
+23
2018-11-30
Properly name the flag for `&&` -> `&` conversion
Oliver Scherer
-13
/
+13
2018-11-30
Allow `let` bindings everywhere
Oliver Scherer
-692
/
+446
2018-11-30
Add tests for mutable borrows
Oliver Scherer
-1
/
+32
2018-11-30
Also test the `const_let` feature gate in statics
Oliver Scherer
-1
/
+54
2018-11-30
Add a test for various const let features
Oliver Scherer
-0
/
+468
2018-11-30
Remove a bunch of now-unnecessary `const_let` feature gates
Oliver Scherer
-47
/
+2
2018-11-30
Update compile-fail test
Oliver Scherer
-2
/
+0
2018-11-30
Update a test's diagnostics
Oliver Scherer
-39
/
+6
2018-11-30
Stabilize `const_let` inside const functions
Oliver Scherer
-188
/
+56
2018-11-30
Pacify tidy
Philipp Hansch
-9
/
+9
2018-11-30
Fix const_fn ICE with non-const function pointer
Philipp Hansch
-122
/
+165
2018-11-30
Inline things
John Kåre Alsaker
-0
/
+14
2018-11-30
bootstrap: provide host `rust_test_helpers` to compiletest, not just target.
Eduard-Mihai Burtescu
-1
/
+7
2018-11-30
tests: ignore wasm32 for run-pass/proc-macro/expand-with-a-macro.
Eduard-Mihai Burtescu
-0
/
+2
2018-11-30
tests: use alloc instead of libc in unnecessary-extern-crate, to make it work...
Eduard-Mihai Burtescu
-33
/
+29
2018-11-30
compiletest: don't pass -Clinker when `// force-host` was requested.
Eduard-Mihai Burtescu
-4
/
+4
2018-11-30
tests: use a #![no_std] target crate in run-make/rustc-macro-dep-files.
Eduard-Mihai Burtescu
-4
/
+3
2018-11-30
bootstrap: don't use libraries from MUSL_ROOT on non-musl targets.
Eduard-Mihai Burtescu
-4
/
+6
2018-11-30
tests: support cross-compilation in run-make/rustc-macro-dep-files.
Eduard-Mihai Burtescu
-2
/
+4
2018-11-30
bootstrap: ensure that `libproc_macro` is available on the host for tests eve...
Eduard-Mihai Burtescu
-0
/
+3
2018-11-30
tests: use `force-host` and `no-prefer-dynamic` in all proc_macro tests.
Eduard-Mihai Burtescu
-28
/
+122
2018-11-30
tests: move all proc_macro tests from -fulldeps.
Eduard-Mihai Burtescu
-54
/
+1
2018-11-30
tests: remove ignore-stage1 where possible in proc_macro tests.
Eduard-Mihai Burtescu
-104
/
+37
2018-11-30
Statically link proc_macro into proc macros.
Eduard-Mihai Burtescu
-5
/
+3
2018-11-30
proc_macro: move to a dependency of libtest.
Eduard-Mihai Burtescu
-3
/
+3
2018-11-30
proc_macro: move the rustc server to syntax_ext.
Eduard-Mihai Burtescu
-27
/
+33
2018-11-30
proc_macro: remove the __internal module.
Eduard-Mihai Burtescu
-154
/
+66
2018-11-30
proc_macro: introduce a "bridge" between clients (proc macros) and servers (c...
Eduard-Mihai Burtescu
-626
/
+2893
2018-11-30
Changed test for issue 56202 to compile-pass.
Alexander Regueiro
-7
/
+4
2018-11-30
Use opt_def_id instead of having special branch
Esteban Küber
-3
/
+3
2018-11-30
Fix ICE with feature self_struct_ctor
Esteban Küber
-0
/
+23
2018-11-30
Fix panic with outlives in existential type
Dan Robertson
-1
/
+1
[prev]
[next]