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
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
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
2018-11-29
Remove static_addr_of_mut from cg_ssa
bjorn3
-4
/
+3
2018-11-29
Rename StaticMethods::static_ptrcast to ConstMethods::const_ptrcast
bjorn3
-8
/
+8
2018-11-29
Remove static_bitcast from cg_ssa
bjorn3
-8
/
+8
2018-11-29
Remove an unnecessary reference
bjorn3
-1
/
+1
2018-11-29
Move IntrinsicCallMethods::call_overflow_intrinsics to BuilderMethods::checke...
bjorn3
-92
/
+93
2018-11-29
Remove call_lifetime_intrinsic from cg_ssa
bjorn3
-26
/
+22
2018-11-29
Use BackendTypes instead of Backend or HasCodegen in a few places
bjorn3
-18
/
+18
2018-11-29
Rustfmt on cg_ssa/traits
bjorn3
-3
/
+7
2018-11-29
Don't use llvm intrinsic names in cg_ssa
bjorn3
-108
/
+113
2018-11-29
Remove __build_diagnostic_array! from cg_utils
bjorn3
-3
/
+0
2018-11-29
Remove static_replace_all_uses and statics_to_rauw from cg_ssa
bjorn3
-12
/
+7
[prev]
[next]