]> git.lizzy.rs Git - rust.git/history - src
Special-case "test" feature
[rust.git] / src /
2018-08-06 varkorSpecial-case "test" feature
2018-08-05 varkorFix WASM tests
2018-08-05 varkorFix diagnostic_list error
2018-08-05 varkorFix failure on msvc
2018-08-05 varkorChange feature edition error into a warning
2018-08-05 varkorFix 2018 edition tests
2018-08-05 varkorRemove references to unknown feature `io`
2018-08-05 varkorAdd an error when declaring features that are stable...
2018-08-05 varkorRemove bad features after rebase
2018-08-05 varkorImprove query efficiency
2018-08-05 varkorFix outdated handling of GetLangItems
2018-08-05 varkorFix stage 2 tests
2018-08-05 varkorFix rustdoc test
2018-08-05 varkorFix run-pass-fulldeps tests
2018-08-05 varkorFix incremental tests
2018-08-05 varkorAdd special support for libc
2018-08-05 varkorAdd support for feature attributes on macros
2018-08-05 varkorConvert unknown_features lint into an error
2018-08-05 varkorTurn the duplicate feature lint into an error
2018-08-05 varkorRemove unnecessary feature attributes that sneaked in
2018-08-05 varkorRemove obsolete tests in tidy
2018-08-05 varkorRemove panic-runtime opt-out
2018-08-05 varkorAdd a test for feature attribute consistency
2018-08-05 varkorAdd test for duplicate features
2018-08-05 varkorAdd a test for unknown features
2018-08-05 varkorFix test/ui
2018-08-05 varkorFix test/compile-fail
2018-08-05 varkorFix test/run-pass
2018-08-05 varkorFix test/run-fail
2018-08-05 varkorFix test/debuginfo
2018-08-05 varkorGet around tidy bug
2018-08-05 varkorAdd duplicity lint for lang features
2018-08-05 varkorAdd a lint for duplicate feature attributes
2018-08-05 varkorTrigger stable feature lint for lib features
2018-08-05 varkorAdd error for inconsistent stability `since` value
2018-08-05 varkorAdd lint for unknown feature attributes
2018-08-05 varkorCorrect invalid feature attributes
2018-08-05 varkorRemove unnecessary or invalid feature attributes
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 borsAuto merge of #53078 - alexcrichton:update-cargo, r...
2018-08-05 Alex CrichtonUpdate cargo to fix Rust 2018 build scripts
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...
next