]> git.lizzy.rs Git - rust.git/history - src
Account for --remap-path-prefix in save-analysis
[rust.git] / src /
2018-08-06 Igor MatuszewskiAccount for --remap-path-prefix in save-analysis
2018-08-06 borsAuto merge of #52332 - zackmdavis:dead_code_lint_should...
2018-08-06 borsAuto merge of #53002 - QuietMisdreavus:brother-may...
2018-08-05 borsAuto merge of #52997 - llogiq:tiny-list-opt, r=varkor
2018-08-05 borsAuto merge of #52800 - QuietMisdreavus:do-not-pass...
2018-08-05 borsAuto merge of #52983 - alexcrichton:update-llvm, r...
2018-08-05 borsAuto merge of #52959 - matthewjasper:closure-spans...
2018-08-05 borsAuto merge of #52991 - nikomatsakis:nll-escaping-into...
2018-08-05 Niko Matsakisremove unused tcx argument
2018-08-05 QuietMisdreavusfix exit-code test so the lint fires again
2018-08-05 QuietMisdreavusonly abort after all early passes have run
2018-08-05 QuietMisdreavusdon't process intra-links on extern-crate items
2018-08-05 QuietMisdreavusadd tests for new intra-doc-link behavior
2018-08-05 QuietMisdreavusturn intra-doc-link collection into an early pass
2018-08-05 borsAuto merge of #53078 - alexcrichton:update-cargo, r...
2018-08-05 Alex CrichtonUpdate cargo to fix Rust 2018 build scripts
2018-08-05 Alex CrichtonUpdate LLVM submodule to 7.0
2018-08-04 QuietMisdreavusintroduce "early passes" an convert a few over
2018-08-04 QuietMisdreavusstrongly-typed passes
2018-08-04 borsAuto merge of #53057 - nrc:update, r=kennytm
2018-08-04 Nick CameronUpdate rustfmt and RLS
2018-08-04 borsAuto merge of #52827 - GuillaumeGomez:generic-impls...
2018-08-04 borsAuto merge of #52758 - Mark-Simulacrum:session-cleanup...
2018-08-04 borsAuto merge of #53056 - kennytm:rollup, r=kennytm
2018-08-04 kennytmRollup merge of #53062 - ljedrz:redundant_field_names...
2018-08-04 ljedrzRemove redundant field names in structs
2018-08-04 Mark RousskovUse diagnostic API on Session
2018-08-04 Mark RousskovMove share_generics getter onto options directly
2018-08-04 Mark RousskovMove basic_options to impl of Default
2018-08-04 Mark RousskovSimplify some handling of target_pointer_width
2018-08-04 Mark RousskovNormalize DebugInfoLevel to standard style
2018-08-04 Mark RousskovNormalize EntryFnType variants to standard style
2018-08-04 Mark RousskovNormalize variants of Passes to standard style
2018-08-04 Mark RousskovNormalize variants of CrateType to standard style
2018-08-04 Mark RousskovPrivatize some exports from code_stats
2018-08-04 Guillaume GomezUpdate to master
2018-08-04 kennytmRollup merge of #53050 - carols10cents:rustdoc-moar...
2018-08-04 kennytmRollup merge of #51919 - tbu-:pr_num_to_from_bytes2...
2018-08-04 Guillaume GomezRemove FinderTrait and move its functions into DocContext
2018-08-04 Guillaume GomezImprove functions naming
2018-08-04 Guillaume GomezFix dyn objects
2018-08-04 Guillaume GomezStrengthen tests
2018-08-04 Guillaume GomezFix primitive blanket impls not showing up
2018-08-04 Guillaume GomezClean generic impls code
2018-08-04 Niko Matsakismore comments and justify correctness
2018-08-04 Niko Matsakisgeneralize the Deref case and simplify the code
2018-08-04 Niko Matsakisadd a comment explaining the idea
2018-08-04 Tobias BucherChange tracking issue from #49792 to #51919
2018-08-04 kennytmRollup merge of #53047 - integer32llc:rustdoc-clicky...
2018-08-04 kennytmRollup merge of #53041 - GuillaumeGomez:fix-code-css...
2018-08-04 kennytmRollup merge of #53024 - matklad:patch-1, r=alexcrichton
2018-08-04 kennytmRollup merge of #53022 - RalfJung:volatile, r=alexcrichton
2018-08-04 kennytmRollup merge of #53003 - GuillaumeGomez:stabilize-rustd...
2018-08-04 kennytmRollup merge of #53001 - petrochenkov:master, r=estebank
2018-08-04 kennytmRollup merge of #52996 - cuviper:1.28-or_default, r...
2018-08-04 kennytmRollup merge of #52995 - cramertj:smaller-await, r...
2018-08-04 kennytmRollup merge of #52969 - Keruspe:local_rebuild, r=alexc...
2018-08-04 kennytmRollup merge of #52968 - zackmdavis:app-lint-cability...
2018-08-04 kennytmRollup merge of #52940 - kennytm:move-checktool-protect...
2018-08-04 borsAuto merge of #53035 - alexcrichton:debug-travis, r...
2018-08-04 borsAuto merge of #52927 - Mark-Simulacrum:cratestore-clean...
2018-08-04 Carol (Nichols ... Make left column of rustdoc search results narrower
2018-08-03 Carol (Nichols ... Make entire row of doc search results clickable
2018-08-03 Matthew JasperUpdate tests for new spans for nll errors involving...
2018-08-03 Matthew JasperTests for closure spans
2018-08-03 Matthew JasperHighlight closure spans for borrow and initialization...
2018-08-03 Guillaume GomezFix invalid code css rule
2018-08-03 borsAuto merge of #53034 - Manishearth:clippyup, r=oli-obk
2018-08-03 borsAuto merge of #52973 - davidtwco:issue-52663-lifetimes...
2018-08-03 Mark RousskovMove unused trait functions to inherent functions
2018-08-03 Manish GoregaokarUpdate clippy
2018-08-03 Mark RousskovStore concrete crate stores where possible
2018-08-03 Mark RousskovVisibility is now a query
2018-08-03 Mark RousskovDelete dummy crate store
2018-08-03 Mark RousskovMove validate_crate_name to rustc_metadata
2018-08-03 borsAuto merge of #52712 - oli-obk:const_eval_cleanups...
2018-08-03 Aleksey KladovFix trailnig WS
2018-08-03 borsAuto merge of #52887 - yurydelendik:disable-lld-symbols...
2018-08-03 Aleksey KladovSpecify reentrancy gurantees of `Once::call_once`
2018-08-03 Oliver SchneiderUnify API of `Scalar` and `ScalarMaybeUndef`
2018-08-03 Ralf Jungvolatile operations docs: clarify that this does not...
2018-08-03 Oliver SchneiderReintroduce alignment check
2018-08-03 Oliver SchneiderRemove spurious whitespace
2018-08-03 borsAuto merge of #52948 - davidtwco:issue-52633-later...
2018-08-03 Oliver SchneiderRemove some more unnecessary `mut`
2018-08-03 borsAuto merge of #52925 - RalfJung:sanity_check, r=oli-obk
2018-08-03 Niko Matsakisupdate error messages -- in some cases maybe we should...
2018-08-03 Niko Matsakissupport `X = &*Y` reborrows
2018-08-03 Tobias BucherProvide `{to,from}_{ne,le,be}_bytes` functions on integers
2018-08-03 borsAuto merge of #52919 - alexcrichton:update-cargo, r...
2018-08-03 Alex CrichtonUpdate Cargo submodule
2018-08-03 borsAuto merge of #51657 - wesleywiser:wip_profiling, r...
2018-08-02 Wesley WiserGenerate self-profiler types with macros
2018-08-02 Wesley WiserFix tidy
2018-08-02 Wesley WiserRemove some dead code
2018-08-02 Wesley WiserInclude additional data in the json output
2018-08-02 Wesley WiserInclude query hits/totals
2018-08-02 Wesley WiserRefactor json printing
2018-08-02 Wesley WiserFirst pass at json output
2018-08-02 Wesley WiserFix more missed query data
next