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
Age
Commit message (
Expand
)
Author
Lines
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
Auto merge of #49219 - eddyb:proc-macro-decouple, r=alexcrichton
bors
-1168
/
+3327
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
-6
/
+4
2018-11-30
proc_macro: move the rustc server to syntax_ext.
Eduard-Mihai Burtescu
-33
/
+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
2018-11-29
Typo
Nathan West
-1
/
+1
2018-11-29
Removed unnecessary buf subscript
Nathan West
-4
/
+5
2018-11-29
Defactored Bytes::read
Nathan West
-13
/
+9
2018-11-30
Enable -mergefunc-use-aliases
Nikita Popov
-6
/
+21
2018-11-30
Fix exceeding line width limit
Vitaly _Vi Shukela
-2
/
+4
2018-11-30
panic_immediate_abort: Fix issues from review
Vitaly _Vi Shukela
-12
/
+12
2018-11-29
Optimize local linkchecker program
Alex Crichton
-19
/
+19
2018-11-30
Add libstd and libcore Cargo features "panic_immediate_abort"
Vitaly _Vi Shukela
-5
/
+43
2018-11-29
Add inline attributes and add unit to CommonTypes
John Kåre Alsaker
-1
/
+57
2018-11-29
Fix error message after rebase
varkor
-4
/
+4
2018-11-29
Fix broken tests
varkor
-7
/
+23
2018-11-29
Clarify undecided semantics
varkor
-4
/
+10
2018-11-29
Add a test for uninhabitedness changes
varkor
-30
/
+56
2018-11-29
Consider references and unions potentially inhabited during privacy-respectin...
varkor
-24
/
+20
2018-11-29
Correctly generalize inference variables in `nll_relate`
scalexm
-11
/
+6
2018-11-29
Fix doc comments
scalexm
-6
/
+6
2018-11-29
Implement `AggregateOps`
scalexm
-2
/
+28
2018-11-29
Implement `ResolventOps`
scalexm
-35
/
+572
2018-11-29
Handle inference variables in `nll_relate` and use it for chalk
scalexm
-117
/
+393
2018-11-29
Add template parameter debuginfo to generic types
Tom Tromey
-18
/
+115
2018-11-29
Only consider stem when extension is exe.
David Wood
-1
/
+5
2018-11-29
Auto merge of #49878 - dlrobertson:va_list_pt0, r=eddyb
bors
-13
/
+711
2018-11-29
Move get_static from CodegenCx to Builder
bjorn3
-33
/
+44
2018-11-29
Use implicit deref instead of BuilderMethods::cx()
bjorn3
-271
/
+270
2018-11-29
Require Deref to CodegenCx for HasCodegen
bjorn3
-2
/
+11
2018-11-29
Rename static_bitcast to const_bitcast
bjorn3
-6
/
+6
[prev]
[next]