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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libsyntax_pos
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2019-06-17
don't ICE on large files
Aleksey Kladov
-3
/
+9
2019-06-12
Rollup merge of #61568 - Mark-Simulacrum:symbol-fmt-macros, r=estebank
Mazdak Farrokhzad
-3
/
+15
2019-06-11
Add deny(unused_lifetimes) to all the crates that have deny(internal).
Eduard-Mihai Burtescu
-0
/
+1
2019-06-09
Introduce InnerSpan abstraction
Mark Rousskov
-3
/
+15
2019-06-08
Remove unused `#![feature(custom_attribute)]`s
Vadim Petrochenkov
-1
/
+0
2019-06-05
Add `modernize_and_adjust` methods.
Nicholas Nethercote
-0
/
+8
2019-06-05
Move `modern` calls inside `glob_adjust` and `reverse_glob_adjust`.
Nicholas Nethercote
-5
/
+4
2019-05-29
Introduce and use `SyntaxContext::outer_expn_info()`.
Nicholas Nethercote
-10
/
+10
2019-05-21
Move `edition` outside the hygiene lock and avoid accessing it
John Kåre Alsaker
-3
/
+7
2019-05-13
Remove the equality operation between `Symbol` and strings.
Nicholas Nethercote
-1
/
+1
2019-05-13
Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions.
Nicholas Nethercote
-2
/
+2
2019-05-13
Rename `syntax::symbol::symbols` as `syntax::symbol::sym`.
Nicholas Nethercote
-1
/
+1
2019-04-17
Deny `internal` in stage0
Mateusz Mikuła
-1
/
+1
2019-04-15
Use a proc macro to declare preallocated symbols
John Kåre Alsaker
-0
/
+2
2019-04-05
remove lookup_char_pos_adj
Aleksey Kladov
-12
/
+1
2019-04-03
Deny internal lints on non conflicting crates
flip1995
-0
/
+1
2019-03-26
bump bootstrap; adjust stage0 uses in libsyntax_pos
Mazdak Farrokhzad
-1
/
+0
2019-02-12
Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik
bors
-21
/
+21
2019-02-12
Auto merge of #58098 - oli-obk:maybe_allow_internal_unstable, r=petrochenkov
bors
-2
/
+6
2019-02-11
Use `Rc<[Symbol]>` instead of `Vec<Symbol>` to reduce # of allocs
Oliver Scherer
-2
/
+3
2019-02-11
Ease the transition to requiring features by just warning if there's no featu...
Oliver Scherer
-1
/
+4
2019-02-11
Require a list of features to allow in `allow_internal_unstable`
Oliver Scherer
-2
/
+2
2019-02-10
rustc: doc comments
Alexander Regueiro
-21
/
+21
2019-02-10
Revert removed #![feature(nll)]
Taiki Endo
-0
/
+1
2019-02-07
Remove images' url to make it work even without internet connection
Guillaume Gomez
-3
/
+1
2019-02-04
libsyntax_pos => 2018
Taiki Endo
-26
/
+15
2019-01-28
Use multiple threads by default. Limits tests to one thread. Do some renaming.
John Kåre Alsaker
-2
/
+2
2019-01-21
Fix typo
varkor
-1
/
+1
2019-01-21
Fix typo
varkor
-1
/
+1
2019-01-20
Use is_dummy instead of comparing against DUMMY_SP
Esteban Küber
-2
/
+2
2019-01-20
Remove unnecessary dummy span checks
Esteban Küber
-0
/
+10
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-23
Rollup merge of #57020 - estebank:return-span, r=zackmdavis
Mazdak Farrokhzad
-0
/
+7
2018-12-20
Point at coercion source on type errors for fn returning `impl Trait`
Esteban Küber
-0
/
+7
2018-12-12
Use a `newtype_index!` within `Symbol`.
Nicholas Nethercote
-0
/
+3
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-81
/
+81
2018-12-06
Fix printing of spans with no TyCtxt
John Kåre Alsaker
-1
/
+1
2018-12-04
adds DocTest filename variant, refactors doctest_offset out of source_map, fi...
Matthew Russo
-2
/
+10
2018-12-04
updates all Filename variants to take a fingerprint
Matthew Russo
-24
/
+61
2018-11-29
Add inline attributes and add unit to CommonTypes
John Kåre Alsaker
-0
/
+1
2018-11-27
resolve: Implement edition hygiene for imports and absolute paths
Vadim Petrochenkov
-0
/
+10
2018-10-29
Rename other occs of (Code/File)Map to Source(Map/File) #51574
David Lavati
-5
/
+5
2018-10-23
Add macro call span when lacking any other span in diagnostic
Esteban Küber
-0
/
+11
2018-09-30
Auto merge of #54601 - cuviper:prep-1.31, r=Mark-Simulacrum
bors
-2
/
+2
2018-09-27
Bump to 1.31.0 and bootstrap from 1.30 beta
Josh Stone
-2
/
+2
2018-09-19
Use full name to identify a macro in a `FileName`.
Diogo Sousa
-1
/
+1
2018-09-11
stabalize infer outlives requirements (RFC 2093).
toidiu
-1
/
+0
2018-08-24
check that adding infer-outlives requirement to all crates works
Niko Matsakis
-0
/
+1
2018-08-19
mv codemap source_map
Donato Sciarra
-2
/
+2
2018-08-19
mv filemap source_file
Donato Sciarra
-3
/
+3
[next]