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
/
libsyntax_pos
Age
Commit message (
Expand
)
Author
Lines
2019-07-02
feature-gate member constraints outside of async-await
Niko Matsakis
-0
/
+1
2019-06-29
Rollup merge of #62104 - Zoxc:query-info, r=eddyb
Mazdak Farrokhzad
-0
/
+3
2019-06-25
Auto merge of #60732 - jswrenn:arbitrary_enum_discriminant, r=pnkfelix
bors
-0
/
+1
2019-06-25
Add some #[inline] attributes
John Kåre Alsaker
-0
/
+3
2019-06-24
Use symbols in lint tool list
flip1995
-0
/
+1
2019-06-24
Enable internal lints in bootstrap
flip1995
-1
/
+0
2019-06-24
Only allow {declare,impl}_lint_pass macros for implementing LintPass
flip1995
-0
/
+3
2019-06-23
let_chains: Add feature gate.
Mazdak Farrokhzad
-0
/
+1
2019-06-21
Implement arbitrary_enum_discriminant
John Wrenn
-0
/
+1
2019-06-18
hygiene: Avoid some unnecessary `ExpnInfo` clones
Vadim Petrochenkov
-5
/
+5
2019-06-18
syntax: Move `default_transparency` into `ExpnInfo`
Vadim Petrochenkov
-25
/
+17
2019-06-18
syntax: Introduce `default`/`with_unstable` constructors for `ExpnInfo`
Vadim Petrochenkov
-0
/
+23
2019-06-17
don't ICE on large files
Aleksey Kladov
-3
/
+9
2019-06-16
Auto merge of #60730 - matthewjasper:optimize-false-edges, r=pnkfelix
bors
-0
/
+1
2019-06-15
Rollup merge of #61813 - matthewjasper:remove-unnecessary-symbol-ops, r=petro...
Mazdak Farrokhzad
-0
/
+4
2019-06-14
Use `sym` constansts for `PrimitiveTypeTable` keys
Matthew Jasper
-0
/
+2
2019-06-14
Avoid some unnecessary symbol interner operations
Matthew Jasper
-0
/
+2
2019-06-13
Call str::eq and <[T]>::eq for match comparisons
Matthew Jasper
-0
/
+1
2019-06-12
Auto merge of #60669 - c410-f3r:attrs-fn, r=petrochenkov
bors
-0
/
+1
2019-06-12
Rollup merge of #61568 - Mark-Simulacrum:symbol-fmt-macros, r=estebank
Mazdak Farrokhzad
-3
/
+21
2019-06-11
Auto merge of #61735 - eddyb:must-use-life, r=oli-obk
bors
-0
/
+1
2019-06-11
Add deny(unused_lifetimes) to all the crates that have deny(internal).
Eduard-Mihai Burtescu
-0
/
+1
2019-06-10
Implement RFC 2645 (transparent enums and unions)
Michael Bradshaw
-0
/
+2
2019-06-09
Introduce InnerSpan abstraction
Mark Rousskov
-3
/
+15
2019-06-09
Use Symbol for named arguments in fmt_macros
Mark Rousskov
-0
/
+6
2019-06-09
Allow attributes in formal function parameters
Caio
-0
/
+1
2019-06-08
Introduce `#[rustc_dummy]` attribute and use it in tests
Vadim Petrochenkov
-0
/
+1
2019-06-08
Turn `#[allocator]` into a built-in attribute and rename it to `#[rustc_alloc...
Vadim Petrochenkov
-0
/
+1
2019-06-08
Remove unused `#![feature(custom_attribute)]`s
Vadim Petrochenkov
-1
/
+0
2019-06-07
Auto merge of #61209 - matthewjasper:const-tuple-constructors, r=oli-obk
bors
-0
/
+1
2019-06-06
Make constructors actually be const functions
Matthew Jasper
-0
/
+1
2019-06-06
Some code cleanup and tidy/test fixes
Vadim Petrochenkov
-3
/
+2
2019-06-06
syntax: Remove duplicate span from `token::Ident`
Vadim Petrochenkov
-13
/
+17
2019-06-05
Fixed rebase fallout.
Alexander Regueiro
-0
/
+1
2019-06-05
Addressed points raised in review.
Alexander Regueiro
-2
/
+2
2019-06-05
Add `modernize_and_adjust` methods.
Nicholas Nethercote
-0
/
+16
2019-06-05
Add a useful comment about this file.
Nicholas Nethercote
-0
/
+20
2019-06-05
Add `walk_chain`.
Nicholas Nethercote
-0
/
+15
2019-06-05
Add `SyntaxContext::hygienic_eq`.
Nicholas Nethercote
-0
/
+8
2019-06-05
Add and use `SyntaxContext::outer_and_expn_info`.
Nicholas Nethercote
-0
/
+10
2019-06-05
Optimize `glob_adjust` and `reverse_glob_adjust`.
Nicholas Nethercote
-23
/
+27
2019-06-05
Add `HygieneData::apply_mark`.
Nicholas Nethercote
-4
/
+6
2019-06-05
Add `HygieneData::apply_mark_with_transparency`.
Nicholas Nethercote
-35
/
+35
2019-06-05
Add `HygieneData::apply_mark_internal`.
Nicholas Nethercote
-55
/
+58
2019-06-05
Add `HygieneData::marks`.
Nicholas Nethercote
-13
/
+15
2019-06-05
Add `HygieneData::adjust`.
Nicholas Nethercote
-5
/
+9
2019-06-05
Add `HygieneData::remove_mark`.
Nicholas Nethercote
-5
/
+7
2019-06-05
Add `HygieneData::default_transparency`.
Nicholas Nethercote
-2
/
+6
2019-06-05
Add some useful methods to `HygieneData`.
Nicholas Nethercote
-10
/
+28
2019-06-05
Move `modern` calls inside `glob_adjust` and `reverse_glob_adjust`.
Nicholas Nethercote
-8
/
+8
[prev]
[next]