summary refs log tree commit diff
path: root/src/librustc_metadata/native_libs.rs
AgeCommit message (Expand)AuthorLines
2019-10-16Make use of the return value of `HashSet::insert`Shotaro Yamada-3/+1
2019-10-14rustc_metadata: Privatize private code and remove dead codeVadim Petrochenkov-2/+2
2019-10-07Address review comments.Charles Lew-1/+1
2019-10-07Add feature gate for raw_dylib.Charles Lew-0/+9
2019-09-26Rename `Item.node` to `Item.kind`varkor-1/+1
2019-09-12Auto merge of #64303 - nnethercote:avoid-more-Symbol-to-string-operations, r=...bors-2/+2
2019-09-11Avoid two `Symbol::as_str()` calls.Nicholas Nethercote-2/+2
2019-09-08Improve wording.Charles Lew-2/+2
2019-07-19normalize use of backticks in compiler messages for librustc_metadataSamy Kacimi-4/+4
2019-07-04rename hir::map::local_def_id_from_hir_id to local_def_idljedrz-1/+1
2019-07-03Remove needless lifetimesJeremy Stucki-1/+1
2019-06-14Unify all uses of 'gcx and 'tcx.Eduard-Mihai Burtescu-2/+2
2019-06-12Run `rustfmt --file-lines ...` for changes from previous commits.Eduard-Mihai Burtescu-1/+1
2019-06-12rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`.Eduard-Mihai Burtescu-2/+2
2019-06-12Fix fallout from `deny(unused_lifetimes)`.Eduard-Mihai Burtescu-1/+1
2019-06-12rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`.Eduard-Mihai Burtescu-5/+5
2019-05-13Remove the equality operation between `Symbol` and strings.Nicholas Nethercote-2/+2
2019-05-13Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions.Nicholas Nethercote-8/+8
2019-03-23Fix rebaseEsteban Küber-1/+1
2019-03-23Swap primary/secondary spans for E0458Esteban Küber-2/+3
2019-03-20Auto merge of #57018 - dcreager:redundant-linker, r=alexcrichtonbors-25/+26
2019-03-16Refactor away `NestedMetaItemKind`Vadim Petrochenkov-1/+1
2019-03-02hir: remove NodeId from Itemljedrz-1/+1
2019-02-08librustc_metadata => 2018Taiki Endo-0/+1
2019-01-15Pass a default value when unwrapping a spanAB1908-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-20Fix typo in commentDouglas Creager-2/+2
2018-12-20Keep last redundant linker flag, not firstDouglas Creager-25/+26
2018-12-06Use a function to access the Hir map to be able to turn it into a query laterJohn Kåre Alsaker-2/+2
2018-10-19Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hackOliver Scherer-1/+1
2018-08-21Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkorkennytm-1/+1
2018-08-19mv (mod) codemap source_mapDonato Sciarra-1/+1
2018-08-19Fix typos found by codespell.Matthias Krüger-1/+1
2018-07-18rustc: Stabilize #[wasm_import_module] as #[link(...)]Alex Crichton-52/+80
2018-07-16ItemKindcsmoe-1/+1
2018-04-26rustc_target: move in syntax::abi and flip dependency.Irina Popa-1/+1
2018-03-22rustc: Add a `#[wasm_import_module]` attributeAlex Crichton-5/+2
2018-03-05Turn features() into a query.Michael Woerister-2/+2
2018-01-12Avoid panicking when invalid argument is passed to cfg(..)Seiichi Uchida-3/+13
2017-09-18Fix issues uncovered by rebasing:Michael Woerister-1/+1
2017-09-05rustc: Remove a number of mutable fields in cstoreAlex Crichton-0/+217